home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo --------------------------------------------------------------
- echo Initial instructions for getting started with Ample Notice are
- echo contained in the short file READ.ME. You can view this file on
- echo the screen or print it at this time.
- echo --------------------------------------------------------------
- getans Would you like to preview READ.ME on the screen?
- if not errorlevel 1 goto print
- page read.me
- :print
- getans Would you like to print READ.ME now?
- if not errorlevel 1 goto inst
- echo Get your printer ready and
- pause
- printman read.me
- :inst
- getans Would you like to install or update Ample Notice now?
- if not errorlevel 1 goto fin
- ansetup
- :fin
-
-